Welcome![Sign In][Sign Up]
Location:
Search - linux m

Search list

[Linux-Unixwrite

Description: 该程序是在linux下执行,首先创建一个文件,然后对此文件进行读写操作。接着,写入“Hello,I m writing to this file!”,此时文件指针位于文件尾部。接着再使用lseek函数将文件指针移到文件开始处,并读出10个字节并将其打印出来。-The program is run under linux, first of all to create a document, and then read and write operations on this file. Then, write " Hello, I' m writing to this file!" , At this time a document file pointer is located in the rear. Lseek function and then use the file pointer to the beginning of a document, and read out 10 bytes and print them out.
Platform: | Size: 1024 | Author: 牛志强 | Hits:

[BooksBootingLinuxfromDiskOnChipHOWTO

Description: Booting Linux from DiskOnChip HOWTO-DiskOnChip (DOC) is a flash drive that is manufactured by M− Systems. The use of flash drives is emerging as a substitute for Hard Disks in embedded devices.
Platform: | Size: 531456 | Author: steven | Hits:

[Mathimatics-Numerical algorithms20073110123953

Description: I m a little linux hacker,-I m a little linux hacker,haha
Platform: | Size: 47104 | Author: icerin | Hits:

[Linux-Unixplayer

Description: MiniGui下音乐播放器的实现,可以播放以.mp3结尾的音乐文件-the player code based on MiniGui.
Platform: | Size: 16406528 | Author: jiali jiang | Hits:

[Embeded-SCM DevelopCODING

Description: hi, i m here with some source codes of the projects done on 8051 and linux. regards dhiren
Platform: | Size: 105472 | Author: Dhiren | Hits:

[MySQLdict-chs-utf8.tar

Description: 海量mysql的另一个分词词典 是Linux系统上的 具体的安装方法我还在摸索-Another massive mysql word dictionary is the Linux system specific installation method I' m still groping
Platform: | Size: 4089856 | Author: xue | Hits:

[matlabDateConvert

Description: DateConvert:简单而快速的日期转换 DateConvert转换DATESTR(0)格式的日期向量或序列号和日期向后。 Matlab的DATENUM,DATEVEC和DATESTR接受各种不同意见,但结果他们是缓慢的。如果输入格式正是众所周知,转换可以更快: DATENUM( 17 - 10 - 2009 11时08分23秒 ):2.97秒 DateConvert( 17 - 10 - 2009 11时08分23秒 , 号码 ):0.039秒 =>“1.3%(1000环,1.5GHz的奔腾- M的,利用Matlab 7.7) DateConvert不*不*验证作为Matlab的日期函数输入日期: DATEVEC( 32 - 2 - 2008 25:62:63 )的答复[2008 3 4 2 2 7] DateConvert( 32 - 2 - 2008 25:61:67 , 载体 )的答复[2008 2 32 25 61 67]! 因此DateConvert几乎微不足道,但对速度进行了优化。我需要时间排序200 000邮票,并从217个减少到11秒的时间。 请运行单元测试TestDateVec检查的有效性和速度。 测试:利用Matlab 6.5,7.7,7.8,winxp的,32位。 纯Matlab代码,所以兼容性的MacOS,Linux操作系统,64位预期。 英语月份名称是必要的。-DateConvert: Simple but fast date conversion DateConvert converts the DATESTR(0) format to a date vector or serial date number and backwards. Matlab s DATENUM, DATEVEC and DATESTR accept a variety of inputs, but in consequence they are slow. If the input format is exactly known, the conversion can be much faster: DATENUM( 17-Oct-2009 11:08:23 ): 2.97 sec DateConvert( 17-Oct-2009 11:08:23 , number ): 0.039 sec => 1.3 (1000 loops, 1.5GHz Pentium-M, Matlab 7.7) DateConvert does*not* validate the input date as Matlab s date functions: DATEVEC( 32-Feb-2008 25:62:63 ) replies [2008 3 4 2 2 7], DateConvert( 32-Feb-2008 25:61:67 , vector ) replies [2008 2 32 25 61 67] ! So DateConvert is nearly trivial, but optimized for speed. I needed it for sorting 200 000 time stamps and reduced the time from 217 to 11 sec. Please run the unit-test TestDateVec to check validity and speed. Tested: Matlab 6.5, 7.7, 7.8, WinXP, 32bit. Pure Matlab code, so compat
Platform: | Size: 5120 | Author: zhou | Hits:

[Windows Developsorting

Description: Assumptions  There are p processors sorting n numbers.  Each processor begins with n=p numbers stored in the array x  All numbers are in the range 0 : : : M 􀀀 1  When the sorting algorithm ends, each processors has a sorted list of numbers and for i < j every number in processor i is less than every number in processor j  Each processor can compare two numbers and swap them (if necessary) in time .  Each machine can send data to one other machine at a time (but cannot send and receive at the same time)  It takes  + k= time to send k numbers to another machine  id speci es the identi er of the current machine  Local sort of k elements takes time approximately Ck log2 k Programming assignment (Due 4/20) Write a short program to estimate  on the Linux Lab machines. (This requires no parallelism) Programming assignment (Due 4/20) Write a short program using MPI to estimate  and in the Linux Lab. -Assumptions  There are p processors sorting n numbers.  Each processor begins with n=p numbers stored in the array x  All numbers are in the range 0 : : : M 􀀀 1  When the sorting algorithm ends, each processors has a sorted list of numbers and for i < j every number in processor i is less than every number in processor j  Each processor can compare two numbers and swap them (if necessary) in time .  Each machine can send data to one other machine at a time (but cannot send and receive at the same time)  It takes  + k= time to send k numbers to another machine  id speci es the identi er of the current machine  Local sort of k elements takes time approximately Ck log2 k Programming assignment (Due 4/20) Write a short program to estimate  on the Linux Lab machines. (This requires no parallelism) Programming assignment (Due 4/20) Write a short program using MPI to estimate  and in the Linux Lab.
Platform: | Size: 63488 | Author: ghn | Hits:

[Windows Developmvstereo_v1.0[1]

Description: This a C++ implementation of the multi-view stereo matching algorithm described in: Brandon M. Smith, Li Zhang, Hailin Jin. Stereo Matching with Non- parametric Smoothness Priors in Feature Space. IEEE Computer Society Conference on Computer Vision and Pattern Recognition, June 2009. The source code (located in the src folder) can be compiled in Windows using Visual Studio 2008 or in Linux using the make command. An executable called mvstereo (Linux), or mvstereo.exe (Windows), will be created in the bin folder. The user supplies the program with all parameters and input/output filenames via an arguments text file. To run the program on the command line, type Linux: mvstereo -af <arguments text filename> Windows: mvstereo.exe -af <arguments text filename>-This is a C++ implementation of the multi-view stereo matching algorithm described in: Brandon M. Smith, Li Zhang, Hailin Jin. Stereo Matching with Non- parametric Smoothness Priors in Feature Space. IEEE Computer Society Conference on Computer Vision and Pattern Recognition, June 2009. The source code (located in the src folder) can be compiled in Windows using Visual Studio 2008 or in Linux using the make command. An executable called mvstereo (Linux), or mvstereo.exe (Windows), will be created in the bin folder. The user supplies the program with all parameters and input/output filenames via an arguments text file. To run the program on the command line, type Linux: mvstereo -af <arguments text filename> Windows: mvstereo.exe -af <arguments text filename>
Platform: | Size: 2205696 | Author: woojin | Hits:

[matlabedgedemo

Description: edge detection.Real-time Canny/Sobel edge detection. Requires: Matlab Image Proc. Toolkit liveimagejpg.m . Tested: Matlab version 7.0 (linux)
Platform: | Size: 1024 | Author: dinhpv87 | Hits:

[Linux-Unix23_36_Pawlowski-Borowczyk_SPA2009

Description: This paper presents an experimental system for real time tracking of moving objects. It is equipped with the analog video camera CC-5299MAFS/M mounted on a controlled turntable. A standard PC computer operating with Linux system is used. The prepared software analyzes the captured video and decides how to control the turntable and the camera. Manual system control is also possible. The implemented algorithms are discussed in the paper in detail.
Platform: | Size: 286720 | Author: Tomasz | Hits:

[Other Databasesgtm_V54001_linux_x8664_pro.tar

Description: 非SQL的数据库的著名产品GT.M的全部源码,要求先安装已经编译的版本这样可以支持M源程序,然后再在linux下重新编译所带的c源码。-Non-SQL database of all known products GT.M source, required to install the version that has been compiled to support the M source, and then re-compile the linux brought under the c source code.
Platform: | Size: 9152512 | Author: netmanager | Hits:

[Linux-Unixviooma-scm

Description: 唯玛进销存软件,linux版本下的开源财务管理软件,功能丰富-CD M Invoicing software, linux, open source versions of financial management software, feature-rich
Platform: | Size: 541696 | Author: zjg | Hits:

[matlabasymppdc

Description: 这是第一版的AsymPDC工具包。用来处理PDC,gPDC和iPDC有关内容。运行环境为Matlab,并且要求至少Matlab中预装了3个工具箱:控制系统,信号处理和统计工具箱。-This is the first public release of AsympPDC package. It deals with the asymptotic statistics for PDC, gPDC and iPDC. AsympPDC runs under Matlab and is a practically self-contained except for requires routines from three Matlab toolboxes: Control System, Signal Processing, and Statistical. It is not extensively tested yet. It was partially tested under Windows, Macintosh and Linux environments with Matlab version 7.0 and higher. Please report any incompatibility to ksameshi[at]usp.br or baccala[at]lcs.poli.usp.br. Additionally for cosmetic purposes, the pdc_xplot routine uses several Matlab users contributed codes: subplot2.m (modified old version of supbplot to control spacing between subplots), shadedplot.m (developed by Dave Van Tol), suplabel.m (for label and title plotting in subplot figures, by Ben Barrowes), suptitle.m (contributed by Drea Thomas, for adding title above all subplots), and tilefigs.m (for tiling figures for simultaneous visualization, by Charles Plum)
Platform: | Size: 604160 | Author: 罗巍巍 | Hits:

[WEB CodeWebFTP_cngr

Description: WebFTP为浩天科技开发的PHP在线文件管理系统,系统采用Ajax+Json进行数据通信,毫秒级的响应速度,强大的文件管理功能足以媲美专业的FTP软件;高度集中的操作接口,将系统BUG、漏洞出现几率降到最低,便捷的权限拦截方案;全平台兼容性:Win(IIS+Apache)、Linux(Apache) 支持中英文目录名及文件名; 功能简介 目录:剪切、复制、粘贴、删除、压缩、打包下载、权限设置、目录属性查看... 文件:剪切、复制、粘贴、删除、压缩(ZIP解压、预览)、打包下载、权限设置、代码编辑(支持15种语言语法高亮)... 其他:图片预览、列表视图风格切换、文件列表排序、常用快捷键支持、批量文件上传... 快捷键: //Ctrl+a 全选/反选 //Ctrl+r 刷新 //Ctrl+s 列表风格切换 //Ctrl+q 退出 //Ctrl+y 远程模式 //Ctrl+x 全局剪切 //Ctrl+c 全局复制 //Ctrl+v 全局粘贴 //Ctrl+v 全局粘贴 //Alt+n 新建目录 //Alt+m 新建文件 稍加优化及改造完全可以替代IDC服务商的浏览器FTP,作为在线的文件管理软件。 使用说明 1、初始账号 超级管理员 admin 密码 admin 受限账号 demo 密码 demo-WebFTP Tian science and technology development of the PHP online document management system, the system uses Ajax+Json for data communications, millisecond response speed, powerful file management function comparable to those of professional FTP software highly centralized operation interface, the system BUG, the holes appear risk to a minimum, convenient access interception scheme the platform compatibility: Win ( IIS+Apache ), Linux ( Apache ) in support of the English directory name and file name Function introduction Directory: cut, copy & paste, delete, compressed, packaged download, permission settings, directory attributes view ... File: cut, copy, paste, delete, compression ( ZIP decompression, preview ), download, permission set, code editing ( with support for 15 languages syntax highlighting ) ... Other: preview picture, list view style switch, file list sorting, commonly used shortcut key support, batch file upload ... Shortcut keys: //Ctrl+a select/des
Platform: | Size: 724992 | Author: your name | Hits:

[Internet-Networkmpc-0.8.1

Description: 传说中升级gcc的mpc包,版本号为0.8.1-Mpc legendary upgrade the gcc package, version 0.8.1
Platform: | Size: 684032 | Author: lyt | Hits:

[Delphi VCLmtdorb

Description: For build this project you can use ant (www.apache.org). Before build project rename file build.properties.pattern in build.properties and set specific for your machine parameters, then start build.bat (for Windows platform) or build.sh (for Linux) in root project folder. After compile process all binary files will be copy into build forlder. For additional information please visit web site http://www.m-g.ru/corba To subscribe on news about MT_DORB send e-mail with subject subscribe to corba@m-g.ru We recommend that you place the MTDORB_UCUtils.dll ( or MTDORB_UCUtils.so for Linux) in the Windows\System directory (or Windows\System32 for WinNT and Win2K and /lib for Linux). It is also possible to link MTDORB_UCUtils.* inside program itself. Just set build.utillibrary=off in build.properties Main MTDORB author: Oleg V. Safonov <safonov@m-g.ru> -For build this project you can use ant (www.apache.org). Before build project rename file build.properties.pattern in build.properties and set specific for your machine parameters, then start build.bat (for Windows platform) or build.sh (for Linux) in root project folder. After compile process all binary files will be copy into build forlder. For additional information please visit web site http://www.m-g.ru/corba To subscribe on news about MT_DORB send e-mail with subject subscribe to corba@m-g.ru We recommend that you place the MTDORB_UCUtils.dll ( or MTDORB_UCUtils.so for Linux) in the Windows\System directory (or Windows\System32 for WinNT and Win2K and /lib for Linux). It is also possible to link MTDORB_UCUtils.* inside program itself. Just set build.utillibrary=off in build.properties Main MTDORB author: Oleg V. Safonov <safonov@m-g.ru>
Platform: | Size: 1593344 | Author: SophiaLung | Hits:

[Windows Developmppp1.1b.tar

Description: ppp and xmppp are two configurable ppp dialers. mppp is a character based ppp dialer and xmppp is written in X/Motif. Either one can be used to make ppp connection. The programs talks to the modem device directly, therefore, no external scripts are needed. I wrote and tested them on Redhat Linux 4.1. But they should be portable to other Unices with POSIX termios. I wrote it because none of the ppp dialers worked the way I wanted. I wanted the configuration files must be editable by a text editor. It works the way I like. I m releasing it with the hope that it might be useful to you.-ppp and xmppp are two configurable ppp dialers. mppp is a character based ppp dialer and xmppp is written in X/Motif. Either one can be used to make ppp connection. The programs talks to the modem device directly, therefore, no external scripts are needed. I wrote and tested them on Redhat Linux 4.1. But they should be portable to other Unices with POSIX termios. I wrote it because none of the ppp dialers worked the way I wanted. I wanted the configuration files must be editable by a text editor. It works the way I like. I m releasing it with the hope that it might be useful to you.
Platform: | Size: 80896 | Author: mat | Hits:

[Linux-Unixapr-1.3.2.tar

Description: apr-autil是linux 安装apache的一个重要插件。必须是高级的-you are bidldksjflslalcjalmclkmlkdflsk m mclkml
Platform: | Size: 1159168 | Author: ifeng | Hits:

[Communicationiiuo442

Description: Direct RS485 serial port operatio Visual C++6.0 environment applica Vc ds18b20 PC-based program RS232 serial communication with a VS2005 on the use of a serial com This is a 20 on the serial commun Visual C++6.0 environment using M this is a program of usb-rs232 PC windows to achieve serial comm STM32 cortex-m3 microcontroller 4 Serial testing procedures, the se Visual C++ USART communication Zstack serial flow analysis, a de PC software serial microcontrolle can code VB and serial communication, teac Using Keil C51 MCU and a PC seria linux environment using serial co CC2430 communication between the it is a project of visual basic t a relatively complete serial comm The example of uart in Windows a very complete source Kawaguchi Based on news Windows s-Direct RS485 serial port operatio Visual C++6.0 environment applica Vc ds18b20 PC-based program RS232 serial communication with a VS2005 on the use of a serial com This is a 20 on the serial commun Visual C++6.0 environment using M this is a program of usb-rs232 PC windows to achieve serial comm STM32 cortex-m3 microcontroller 4 Serial testing procedures, the se Visual C++ USART communication Zstack serial flow analysis, a de PC software serial microcontrolle can code VB and serial communication, teac Using Keil C51 MCU and a PC seria linux environment using serial co CC2430 communication between the it is a project of visual basic t a relatively complete serial comm The example of uart in Windows a very complete source Kawaguchi Based on news Windows s
Platform: | Size: 3072 | Author: randex | Hits:
« 1 2 3 4 5 67 8 9 »

CodeBus www.codebus.net